home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 …SCII & the Runetime Code / ADC Developer CD (1992-07) (''Butch ASCII And The Runtime Code'')_iso / Dev.CD 199207.iso / Development Platforms / Apple II / Essentials / MPW IIGS Interfaces / AIIGSIncludes / E16.Desk < prev    next >
Encoding:
Text File  |  1992-02-26  |  879 b   |  45 lines  |  [TEXT/MPS ]

  1. ; File:  E16.Desk
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-91
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. daNotFound EQU $0510  ; desk accessory not found
  9. notSysWindow EQU $0511  ; not the system window
  10. deskBadSelector EQU $0520
  11.  
  12. eventAction EQU $0001
  13. runAction EQU $0002
  14. undoAction EQU $0005
  15. cutAction EQU $0006
  16. copyAction EQU $0007
  17. pasteAction EQU $0008
  18. clearAction EQU $0009
  19. sysClickAction EQU $000A
  20. optionalCloseAction EQU $000B
  21.  
  22. cursorAction EQU $0003
  23. undoEdit EQU $0001
  24. cutEdit EQU $0002
  25. copyEdit EQU $0003
  26. pasteEdit EQU $0004
  27. clearEdit EQU $0005
  28.  
  29. ; constants for GetDeskAccInfo
  30. getCDAinfo EQU $8000
  31. getNDAinfo EQU $0000
  32. daRefIsWindPtr EQU $0001
  33. daRefIsIndex EQU $0000
  34.  
  35. ; constants for GetDeskGlobal
  36. deskGlobalWindow EQU $0000
  37.  
  38. ; constants for CallDeskAcc
  39. daCallCDA    EQU    $8000
  40. daCallNDA    EQU    $0000
  41. daCallInit    EQU    $0002
  42. daCallAction EQU $0000
  43. ;daRefIsWindPtr    EQU    $0001
  44. ;daRefIsIndex EQU $0000
  45.